git-waitid
authorGNU Libc Maintainers <debian-glibc@lists.debian.org>
Fri, 26 Aug 2022 21:32:46 +0000 (22:32 +0100)
committerAurelien Jarno <aurel32@debian.org>
Fri, 26 Aug 2022 21:32:46 +0000 (22:32 +0100)
commitf2474642bb79ca378aa5d0f91f9892c6bc4676ca
treee9b0ce4b347d52c7db4dec536c97e26d63229875
parent11df6a9b50ec1fdf0e89546203bf964058d54734
git-waitid

Committed for 2.33

commit f6abd970284a06380cd9d905f43da104bd49fc95 (HEAD -> master, jolly/master)
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Mon Dec 28 23:37:04 2020 +0100

    hurd: Add WSTOPPED/WCONTINUED/WEXITED/WNOWAIT support [BZ #23091]

    The new __proc_waitid RPC now expects WEXITED to be passed, allowing to
    properly implement waitid, and thus define the missing W* macros
    (according to FreeBSD values).

Gbp-Pq: Topic hurd-i386
Gbp-Pq: Name git-waitid.diff
bits/waitflags.h
conform/data/sys/wait.h-data
sysdeps/mach/hurd/waitid.c [new file with mode: 0644]